type runtime.sweepClass
11 uses
runtime (current package)
mgcsweep.go#L52: centralIndex sweepClass
mgcsweep.go#L57: type sweepClass uint32
mgcsweep.go#L61: sweepClassDone sweepClass = sweepClass(^uint32(0))
mgcsweep.go#L64: func (s *sweepClass) load() sweepClass {
mgcsweep.go#L65: return sweepClass(atomic.Load((*uint32)(s)))
mgcsweep.go#L68: func (s *sweepClass) update(sNew sweepClass) {
mgcsweep.go#L82: func (s *sweepClass) clear() {
mgcsweep.go#L90: func (s sweepClass) split() (spc spanClass, full bool) {
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |